-
Notifications
You must be signed in to change notification settings - Fork 20.7k
add CombinationSum and test #6725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add CombinationSum and test #6725
Conversation
|
Pls add Hactoberfest label tag to this PR |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6725 +/- ##
=========================================
Coverage 78.32% 78.33%
- Complexity 6651 6655 +4
=========================================
Files 750 751 +1
Lines 22143 22162 +19
Branches 4350 4353 +3
=========================================
+ Hits 17344 17360 +16
- Misses 4101 4103 +2
- Partials 698 699 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated combinationSum method to handle null or empty candidates and improved variable naming for clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you for the contribution.
clang-format -i --style=file path/to/your/file.java